Autogenerated HTML docs for v1.7.3.2-90-gd4c43 
diff --git a/git-rev-list.html b/git-rev-list.html index 2b3b897..3fe9dc3 100644 --- a/git-rev-list.html +++ b/git-rev-list.html 
@@ -321,10 +321,10 @@  <h2>SYNOPSIS</h2>   <div class="sectionbody">   <div class="verseblock">  -<div class="content"><em>git rev-list</em> [ --max-count=number ]  - [ --skip=number ]  - [ --max-age=timestamp ]  - [ --min-age=timestamp ]  +<div class="content"><em>git rev-list</em> [ --max-count=&lt;number&gt; ]  + [ --skip=&lt;number&gt; ]  + [ --max-age=&lt;timestamp&gt; ]  + [ --min-age=&lt;timestamp&gt; ]   [ --sparse ]   [ --merges ]   [ --no-merges ]  @@ -333,10 +333,10 @@  [ --full-history ]   [ --not ]   [ --all ]  - [ --branches[=pattern] ]  - [ --tags[=pattern] ]  - [ --remotes[=pattern] ]  - [ --glob=glob-pattern ]  + [ --branches[=&lt;pattern&gt;] ]  + [ --tags[=&lt;pattern&gt;] ]  + [ --remotes[=&lt;pattern&gt;] ]  + [ --glob=&lt;glob-pattern&gt; ]   [ --stdin ]   [ --quiet ]   [ --topo-order ]  @@ -349,7 +349,7 @@  [ --regexp-ignore-case | -i ]   [ --extended-regexp | -E ]   [ --fixed-strings | -F ]  - [ --date={local|relative|default|iso|rfc|short} ]  + [ --date=(local|relative|default|iso|rfc|short) ]   [ [--objects | --objects-edge] [ --unpacked ] ]   [ --pretty | --header ]   [ --bisect ]  @@ -410,10 +410,10 @@  <a href="git-show.html">git-show(1)</a>, and <a href="git-whatchanged.html">git-whatchanged(1)</a></p></div>   <div class="vlist"><dl>   <dt>  ---pretty[=<em>&lt;format&gt;</em>]  +--pretty[=&lt;format&gt;]   </dt>   <dt>  ---format=<em>&lt;format&gt;</em>  +--format=&lt;format&gt;   </dt>   <dd>   <p>  @@ -497,7 +497,7 @@  </p>   </dd>   <dt>  ---date={relative,local,default,iso,rfc,short,raw}  +--date=(relative|local|default|iso|rfc|short|raw)   </dt>   <dd>   <p>  @@ -787,44 +787,44 @@  </p>   </dd>   <dt>  ---branches[=pattern]  +--branches[=&lt;pattern&gt;]   </dt>   <dd>   <p>   Pretend as if all the refs in <tt>refs/heads</tt> are listed  - on the command line as <em>&lt;commit&gt;</em>. If <tt>pattern</tt> is given, limit  + on the command line as <em>&lt;commit&gt;</em>. If <em>&lt;pattern&gt;</em> is given, limit   branches to ones matching given shell glob. If pattern lacks <em>?</em>,   <em><strong></em>, or <em>[</em>, <em>/</strong></em> at the end is implied.   </p>   </dd>   <dt>  ---tags[=pattern]  +--tags[=&lt;pattern&gt;]   </dt>   <dd>   <p>   Pretend as if all the refs in <tt>refs/tags</tt> are listed  - on the command line as <em>&lt;commit&gt;</em>. If <tt>pattern</tt> is given, limit  + on the command line as <em>&lt;commit&gt;</em>. If <em>&lt;pattern&gt;</em> is given, limit   tags to ones matching given shell glob. If pattern lacks <em>?</em>, <em><strong></em>,   or <em>[</em>, <em>/</strong></em> at the end is implied.   </p>   </dd>   <dt>  ---remotes[=pattern]  +--remotes[=&lt;pattern&gt;]   </dt>   <dd>   <p>   Pretend as if all the refs in <tt>refs/remotes</tt> are listed  - on the command line as <em>&lt;commit&gt;</em>. If `pattern`is given, limit  + on the command line as <em>&lt;commit&gt;</em>. If <em>&lt;pattern&gt;</em> is given, limit   remote tracking branches to ones matching given shell glob.   If pattern lacks <em>?</em>, <em><strong></em>, or <em>[</em>, <em>/</strong></em> at the end is implied.   </p>   </dd>   <dt>  ---glob=glob-pattern  +--glob=&lt;glob-pattern&gt;   </dt>   <dd>   <p>  - Pretend as if all the refs matching shell glob <tt>glob-pattern</tt>  + Pretend as if all the refs matching shell glob <em>&lt;glob-pattern&gt;</em>   are listed on the command line as <em>&lt;commit&gt;</em>. Leading <em>refs/</em>,   is automatically prepended if missing. If pattern lacks <em>?</em>, <em><strong></em>,   or <em>[</em>, <em>/</strong></em> at the end is implied.  @@ -1857,7 +1857,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2010-10-01 01:31:24 UTC  +Last updated 2010-10-22 04:11:10 UTC   </div>   </div>   </body>